home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1997 September
/
Designer's Club 1997 September.iso
/
pc
/
IDEASRC
/
Bugs.DIR
/
00099_Script_99
< prev
next >
Wrap
Text File
|
1997-08-06
|
444b
|
20 lines
on blorb
global hand
if hand = "squash" then
cursor 200
set the membernum of sprite 17 to 14
set the locH of sprite 17 to the mouseH
set the locV of sprite 17 to the mouseV
updatestage
end if
if hand = "pickup" then
cursor 200
set the membernum of sprite 17 to 20
set the locH of sprite 17 to the mouseH
set the locV of sprite 17 to the mouseV
updatestage
end if
end